From ea1ff9c482110369d887ac52df4b1b2798fe8522 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sun, 22 Sep 2019 09:07:33 +0200 Subject: [PATCH] filechooserbutton: Remove an outdated comment The path used is wrong but the string isn't used in the testsuite anyway. --- gtk/gtkfilechooserbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 79bc9801b3..ddc468737c 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -111,7 +111,7 @@ #define ICON_SIZE 16 #define DEFAULT_TITLE N_("Select a File") #define DESKTOP_DISPLAY_NAME N_("Desktop") -#define FALLBACK_DISPLAY_NAME N_("(None)") /* this string is used in gtk/gtk/tests/filechooser.c - change it there if you change it here */ +#define FALLBACK_DISPLAY_NAME N_("(None)") /* ********************** * -- 2.30.2